home *** CD-ROM | disk | FTP | other *** search
- IconPath = {SUPERCLASS = ScrollView; };
- MyControl = {SUPERCLASS = Control; };
- RipoffBrowser = {SUPERCLASS = View; };
- UpdateMenuApplication = {SUPERCLASS = Application; };
- SortTableView = {SUPERCLASS = DBTableView; };
- DBBrowser = {
- ACTIONS = {};
- OUTLETS = {
- browser = browser;
- delegate = delegate;
- iconPath = iconPath;
- matrix = matrix;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- VerticalSplit = {SUPERCLASS = View; };
- DragMatrix = {SUPERCLASS = Matrix; };
- ModelViewer = {OUTLETS = {modelBrowser = modelBrowser; }; SUPERCLASS = Object; };
- FirstResponderRipoffBrowser = {SUPERCLASS = RipoffBrowser; };
- Ripoff = {SUPERCLASS = Control; };
-